home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
h
/
ncr.defs
< prev
next >
Wrap
Text File
|
1991-05-22
|
745b
|
34 lines
LBINDIR=/usr/local/bin
SHELL=/bin/sh
OFLAG = -g
LIBS = -lm
# define this to be empty if you want to save space
ODIR_DEBUG= -g
# For various system V 386 machines.
# CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o
CC = cc -I$(AKCLDIR)/o -DVOL= -Bstatic
# LDCC= cc /usr/local/lib/gcc-gnulib
LDCC= cc /usr/local/lib/gcc-gnulib
MAINDIR = /home/schelter/kcl
CFLAGS = -c $(DEFS) -I../h
# The fast loading currently works for ATT and BSD with 68000 or 386
# architectures. Unless you have these, leave these undefined.
# RSYM = rsym
#SFASL = $(ODIR)/sfasl.o
#:MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a
# When using SFASL it is good to have (si::build-symbol-table)
# INITFORM=(si::build-symbol-table)